home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TWALKDIALOG / TWALKDIALOG.txt
Text File  |  1996-08-04  |  45KB  |  1,395 lines

  1. object WalkDialog: TWalkDialog
  2.   Left = 161
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Speed Walking'
  6.   ClientHeight = 361
  7.   ClientWidth = 466
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object WalkTab: TTabbedNotebook
  20.     Left = 0
  21.     Top = 24
  22.     Width = 465
  23.     Height = 297
  24.     PageIndex = 2
  25.     TabsPerRow = 6
  26.     TabFont.Color = clBtnText
  27.     TabFont.Height = -11
  28.     TabFont.Name = 'MS Sans Serif'
  29.     TabFont.Style = []
  30.     TabOrder = 0
  31.     OnChange = WalkTabChange
  32.     object TTabPage
  33.       Left = 4
  34.       Top = 24
  35.       Caption = 'Actions'
  36.       object Image1: TImage
  37.         Left = 192
  38.         Top = 8
  39.         Width = 32
  40.         Height = 32
  41.         AutoSize = True
  42.       end
  43.       object Label4: TLabel
  44.         Left = 224
  45.         Top = 56
  46.         Width = 95
  47.         Height = 13
  48.         Caption = 'Current Path ahead:'
  49.         Font.Color = clBlack
  50.         Font.Height = -11
  51.         Font.Name = 'MS Sans Serif'
  52.         Font.Style = []
  53.         ParentFont = False
  54.       end
  55.       object RecordLabel: TLabel
  56.         Left = 360
  57.         Top = 96
  58.         Width = 75
  59.         Height = 13
  60.         Caption = 'RECORDING'
  61.         Color = clBtnFace
  62.         Font.Color = clRed
  63.         Font.Height = -11
  64.         Font.Name = 'MS Sans Serif'
  65.         Font.Style = [fsBold]
  66.         ParentColor = False
  67.         ParentFont = False
  68.         Visible = False
  69.       end
  70.       object Label5: TLabel
  71.         Left = 224
  72.         Top = 96
  73.         Width = 97
  74.         Height = 13
  75.         Caption = 'Current Path behind:'
  76.         Font.Color = clBlack
  77.         Font.Height = -11
  78.         Font.Name = 'MS Sans Serif'
  79.         Font.Style = []
  80.         ParentFont = False
  81.       end
  82.       object SlowLabel: TLabel
  83.         Left = 357
  84.         Top = 56
  85.         Width = 78
  86.         Height = 13
  87.         Caption = 'Slow Walking'
  88.         Color = clBtnFace
  89.         Font.Color = clBlack
  90.         Font.Height = -11
  91.         Font.Name = 'MS Sans Serif'
  92.         Font.Style = [fsBold]
  93.         ParentColor = False
  94.         ParentFont = False
  95.         Visible = False
  96.       end
  97.       object Label6: TLabel
  98.         Left = 224
  99.         Top = 18
  100.         Width = 54
  101.         Height = 13
  102.         Caption = 'Path name:'
  103.         Font.Color = clBlack
  104.         Font.Height = -11
  105.         Font.Name = 'MS Sans Serif'
  106.         Font.Style = []
  107.         ParentFont = False
  108.       end
  109.       object Label1: TLabel
  110.         Left = 8
  111.         Top = 16
  112.         Width = 78
  113.         Height = 13
  114.         Caption = 'Stored Paths:'
  115.         Font.Color = clBlack
  116.         Font.Height = -11
  117.         Font.Name = 'MS Sans Serif'
  118.         Font.Style = [fsBold]
  119.         ParentFont = False
  120.       end
  121.       object Label2: TLabel
  122.         Left = 8
  123.         Top = 32
  124.         Width = 148
  125.         Height = 13
  126.         Caption = 'Click on a path in this list to edit'
  127.         Font.Color = clBlack
  128.         Font.Height = -11
  129.         Font.Name = 'MS Sans Serif'
  130.         Font.Style = []
  131.         ParentFont = False
  132.       end
  133.       object Label3: TLabel
  134.         Left = 8
  135.         Top = 46
  136.         Width = 116
  137.         Height = 13
  138.         Caption = 'Double-click to fast walk'
  139.         Font.Color = clBlack
  140.         Font.Height = -11
  141.         Font.Name = 'MS Sans Serif'
  142.         Font.Style = []
  143.         ParentFont = False
  144.       end
  145.       object Bevel2: TBevel
  146.         Left = 184
  147.         Top = 8
  148.         Width = 17
  149.         Height = 257
  150.         Shape = bsLeftLine
  151.       end
  152.       object Inh: TLabel
  153.         Left = 224
  154.         Top = 40
  155.         Width = 188
  156.         Height = 13
  157.         Caption = 'Inherited from parent settings file'
  158.         Font.Color = clRed
  159.         Font.Height = -11
  160.         Font.Name = 'MS Sans Serif'
  161.         Font.Style = [fsBold]
  162.         ParentFont = False
  163.         Visible = False
  164.       end
  165.       object CurrentPath: TEdit
  166.         Left = 224
  167.         Top = 72
  168.         Width = 217
  169.         Height = 21
  170.         Font.Color = clBlack
  171.         Font.Height = -11
  172.         Font.Name = 'MS Sans Serif'
  173.         Font.Style = []
  174.         ParentFont = False
  175.         TabOrder = 0
  176.         OnChange = CurrentPathChange
  177.       end
  178.       object FastBtn: TBitBtn
  179.         Left = 224
  180.         Top = 140
  181.         Width = 105
  182.         Height = 27
  183.         Caption = '&Fast walk'
  184.         Default = True
  185.         Font.Color = clBlack
  186.         Font.Height = -11
  187.         Font.Name = 'MS Sans Serif'
  188.         Font.Style = []
  189.         ModalResult = 1
  190.         ParentFont = False
  191.         TabOrder = 1
  192.         OnClick = FastBtnClick
  193.         Glyph.Data = {
  194.           90010000424D9001000000000000760000002800000020000000100000000100
  195.           0400000000000001000000000000000000000000000000000000000000000000
  196.           80000080000000808000800000008000800080800000C0C0C000808080000000
  197.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  198.           3333333333333333333333003333303333333333333333333333333633333603
  199.           3333333333333333333333363333633333333333333333333333333366363333
  200.           0003333333333333333333333EC6333333333333333333333333333C366C3333
  201.           3333333333333333333333E3C6C6333000333333333333333333333336663333
  202.           33333333333333333333333333E333000333333333333333333333333EE03333
  203.           3333333333333333333333333E00333333333333333333333333333330003333
  204.           3333333333333333333333333333333333333333333333333333333333333333
  205.           3333333333333333333333333333333333333333333333333333000000000000
  206.           0000000000000000000000000000000000000000}
  207.         Margin = 4
  208.         NumGlyphs = 2
  209.         Spacing = -1
  210.         IsControl = True
  211.       end
  212.       object SlowBtn: TBitBtn
  213.         Left = 336
  214.         Top = 140
  215.         Width = 105
  216.         Height = 27
  217.         Caption = 'Slow &walk'
  218.         Font.Color = clBlack
  219.         Font.Height = -11
  220.         Font.Name = 'MS Sans Serif'
  221.         Font.Style = []
  222.         ModalResult = 6
  223.         ParentFont = False
  224.         TabOrder = 2
  225.         OnClick = SlowBtnClick
  226.         Glyph.Data = {
  227.           90010000424D9001000000000000760000002800000020000000100000000100
  228.           0400000000000001000000000000000000000000000000000000000000000000
  229.           80000080000000808000800000008000800080800000C0C0C000808080000000
  230.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  231.           3333333333333333333333003330333333333333333333333333333633330333
  232.           33333333333333333333333363363333333333333333333333333333363E3333
  233.           333333333333333333333333366C333333333333333333333333333C36C63333
  234.           3333333333333333333333E3C6C6333333333333333333333333333336663333
  235.           33333333333333333333333333E333333333333333333333333333333EE03333
  236.           3333333333333333333333333E00333333333333333333333333333330003333
  237.           3333333333333333333333333333333333333333333333333333333333333333
  238.           3333333333333333333333333333333333333333333333333333000000000000
  239.           0000000000000000000000000000000000000000}
  240.         Margin = 4
  241.         NumGlyphs = 2
  242.         Spacing = -1
  243.         IsControl = True
  244.       end
  245.       object StepBtn: TBitBtn
  246.         Left = 224
  247.         Top = 172
  248.         Width = 105
  249.         Height = 27
  250.         Caption = '&Step'
  251.         Font.Color = clBlack
  252.         Font.Height = -11
  253.         Font.Name = 'MS Sans Serif'
  254.         Font.Style = []
  255.         ModalResult = 7
  256.         ParentFont = False
  257.         TabOrder = 3
  258.         OnClick = StepBtnClick
  259.         Glyph.Data = {
  260.           90010000424D9001000000000000760000002800000020000000100000000100
  261.           0400000000000001000000000000000000000000000000000000000000000000
  262.           80000080000000808000800000008000800080800000C0C0C000808080000000
  263.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300333003333
  264.           33333F8333F83333333330033300333333333FF333FF33333333333333333333
  265.           333333333333333333330000300003333333F8883F8883333333000030000333
  266.           3333F3383F33833333330000300003333333F3383F3383333333300333003333
  267.           33333FF333FF3333333333333333333333333333333333333333333333330033
  268.           300333333333F8333F83333333330033300333333333FF333FF3333333333333
  269.           3333333333333333333333333330000300003333333F8883F888333333300003
  270.           00003333333F3383F33833333330000300003333333F3383F338333333330033
  271.           300333333333FF333FF333333333333333333333333333333333000000000000
  272.           0000000000000000000000000000000000000000}
  273.         Margin = 4
  274.         NumGlyphs = 2
  275.         Spacing = -1
  276.         IsControl = True
  277.       end
  278.       object StartBtn: TBitBtn
  279.         Left = 272
  280.         Top = 236
  281.         Width = 121
  282.         Height = 27
  283.         Caption = 'Start &Recording'
  284.         Font.Color = clBlack
  285.         Font.Height = -11
  286.         Font.Name = 'MS Sans Serif'
  287.         Font.Style = []
  288.         ModalResult = 4
  289.         ParentFont = False
  290.         TabOrder = 4
  291.         OnClick = StartBtnClick
  292.         Glyph.Data = {
  293.           90010000424D9001000000000000760000002800000020000000100000000100
  294.           0400000000000001000000000000000000000000000000000000000000000000
  295.           80000080000000808000800000008000800080800000C0C0C000808080000000
  296.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333338888833
  297.           3333333333333333333333388999998833333333333333333333338999999999
  298.           833333333333333333333B9999999999983333333333333333333B9999999999
  299.           98333333333333333333B9999999999999833333333333333333B99999999999
  300.           99833333333333333333B9999999999999833333333333333333B99999999999
  301.           99833333333333333333B99999999999998333333333333333333B9999999999
  302.           983333333333333333333B99999999999833333333333333333333B999999999
  303.           83333333333333333333333BB99999883333333333333333333333333BBBBB33
  304.           3333333333333333333333333333333333333333333333333333000000000000
  305.           0000000000000000000000000000000000000000}
  306.         NumGlyphs = 2
  307.         Spacing = -1
  308.         IsControl = True
  309.       end
  310.       object BitBtn1: TBitBtn
  311.         Left = 336
  312.         Top = 172
  313.         Width = 105
  314.         Height = 27
  315.         Caption = '&Backup'
  316.         Font.Color = clBlack
  317.         Font.Height = -11
  318.         Font.Name = 'MS Sans Serif'
  319.         Font.Style = []
  320.         ModalResult = 3
  321.         ParentFont = False
  322.         TabOrder = 5
  323.         OnClick = BitBtn1Click
  324.         Glyph.Data = {
  325.           90010000424D9001000000000000760000002800000020000000100000000100
  326.           0400000000000001000000000000000000000000000000000000000000000000
  327.           80000080000000808000800000008000800080800000C0C0C000808080000000
  328.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300333003333
  329.           333338833388333333330000300003333333F3383F3383333333000030000333
  330.           3333F3383F33833333330000300003333333FFFF3FFFF3333333333333333333
  331.           3333333333333333333330033300333333333F8333F833333333300333003333
  332.           33333FF333FF3333333333333333333333333333333333333333333333330033
  333.           3003333333338833388333333330000300003333333F3383F338333333300003
  334.           00003333333F3383F33833333330000300003333333FFFF3FFFF333333333333
  335.           33333333333333333333333333330033300333333333F8333F83333333330033
  336.           300333333333FF333FF333333333333333333333333333333333000000000000
  337.           0000000000000000000000000000000000000000}
  338.         Margin = 4
  339.         NumGlyphs = 2
  340.         Spacing = -1
  341.         IsControl = True
  342.       end
  343.       object StopBtn: TBitBtn
  344.         Left = 272
  345.         Top = 236
  346.         Width = 121
  347.         Height = 27
  348.         Caption = 'Stop &Recording'
  349.         Font.Color = clBlack
  350.         Font.Height = -11
  351.         Font.Name = 'MS Sans Serif'
  352.         Font.Style = []
  353.         ModalResult = 4
  354.         ParentFont = False
  355.         TabOrder = 6
  356.         Visible = False
  357.         OnClick = StartBtnClick
  358.         Glyph.Data = {
  359.           90010000424D9001000000000000760000002800000020000000100000000100
  360.           0400000000000001000000000000000000000000000000000000000000000000
  361.           80000080000000808000800000008000800080800000C0C0C000808080000000
  362.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  363.           333333333333333333333333333333333333333333333333333333B888888888
  364.           8333333333333333333333B9999999998333333333333333333333B999999999
  365.           8333333333333333333333B9999999998333333333333333333333B999999999
  366.           8333333333333333333333B9999999998333333333333333333333B999999999
  367.           8333333333333333333333B9999999998333333333333333333333B999999999
  368.           8333333333333333333333B9999999998333333333333333333333BBBBBBBBBB
  369.           8333333333333333333333333333333333333333333333333333333333333333
  370.           3333333333333333333333333333333333333333333333333333000000000000
  371.           0000000000000000000000000000000000000000}
  372.         Margin = 4
  373.         NumGlyphs = 2
  374.         Spacing = -1
  375.         IsControl = True
  376.       end
  377.       object PBehind: TEdit
  378.         Left = 224
  379.         Top = 112
  380.         Width = 217
  381.         Height = 21
  382.         TabStop = False
  383.         Color = clBtnFace
  384.         Font.Color = clBlack
  385.         Font.Height = -11
  386.         Font.Name = 'MS Sans Serif'
  387.         Font.Style = []
  388.         ParentFont = False
  389.         TabOrder = 7
  390.       end
  391.       object BitBtn2: TBitBtn
  392.         Left = 336
  393.         Top = 204
  394.         Width = 105
  395.         Height = 27
  396.         Caption = '&Turn around'
  397.         Font.Color = clBlack
  398.         Font.Height = -11
  399.         Font.Name = 'MS Sans Serif'
  400.         Font.Style = []
  401.         ParentFont = False
  402.         TabOrder = 8
  403.         OnClick = BitBtn2Click
  404.         Glyph.Data = {
  405.           90010000424D9001000000000000760000002800000020000000100000000100
  406.           0400000000000001000000000000000000000000000000000000000000000000
  407.           80000080000000808000800000008000800080800000C0C0C000808080000000
  408.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  409.           3333333333FFFFF3333333333999993333333333F88888FFF333333999999999
  410.           3333333888333888FF3333999333339993333388333333888FF3399933333339
  411.           993338833333333388F3399333333333993338833333333338FF993333333333
  412.           399388F333333333388F993333333333399388F3333333333383993333333333
  413.           333388F3333333333333993333333333333388F33333333FFFFF993333333399
  414.           999388FF33333388888F3993333333399993383FF3333338888F399933333333
  415.           99933883FF33333F888F339993333399999333883FFFFF88888F333999999999
  416.           3393333888333888338333333999993333333333388888333333000000000000
  417.           0000000000000000000000000000000000000000}
  418.         Margin = 4
  419.         NumGlyphs = 2
  420.         Spacing = -1
  421.         IsControl = True
  422.       end
  423.       object ReverseBtn: TBitBtn
  424.         Left = 224
  425.         Top = 204
  426.         Width = 105
  427.         Height = 27
  428.         Caption = 'Re&verse'
  429.         Font.Color = clBlack
  430.         Font.Height = -11
  431.         Font.Name = 'MS Sans Serif'
  432.         Font.Style = []
  433.         ModalResult = 1
  434.         ParentFont = False
  435.         TabOrder = 9
  436.         OnClick = ReverseBtnClick
  437.         Glyph.Data = {
  438.           90010000424D9001000000000000760000002800000020000000100000000100
  439.           0400000000000001000000000000000000000000000000000000000000000000
  440.           80000080000000808000800000008000800080800000C0C0C000808080000000
  441.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  442.           3333333333333333333333333300333330333333333333333333333333363333
  443.           3603333333333333333333333336333363333333333333333333330003336636
  444.           33333333333333333333333333333EC6333333333333333333330003333C366C
  445.           33333333333333333333333333E3C6C633333333333333333333333333333666
  446.           333333333333333333333300033333E333333333333333333333333333333EE0
  447.           33333333333333333333333333333E0033333333333333333333333333333000
  448.           3333333333333333333333333333333333333333333333333333333333333333
  449.           3333333333333333333333333333333333333333333333333333000000000000
  450.           0000000000000000000000000000000000000000}
  451.         Margin = 4
  452.         NumGlyphs = 2
  453.         Spacing = -1
  454.         IsControl = True
  455.       end
  456.       object StopWalk: TBitBtn
  457.         Left = 336
  458.         Top = 140
  459.         Width = 105
  460.         Height = 27
  461.         Caption = 'STOP walk'
  462.         Font.Color = clBlack
  463.         Font.Height = -11
  464.         Font.Name = 'MS Sans Serif'
  465.         Font.Style = []
  466.         ModalResult = 6
  467.         ParentFont = False
  468.         TabOrder = 10
  469.         Visible = False
  470.         OnClick = StopWalkClick
  471.         Glyph.Data = {
  472.           90010000424D9001000000000000760000002800000020000000100000000100
  473.           0400000000000001000000000000000000000000000000000000000000000000
  474.           80000080000000808000800000008000800080800000C0C0C000808080000000
  475.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333338888833
  476.           3333333333FFFFF33333333399999983333333333333333F3333333999999998
  477.           3333333333333333F33333999999999983333333333333333F33399999999999
  478.           983333333333333333F3B999999999999983383333333333333FB99999999999
  479.           9983383333333333333FB999999999999983383333333333333FB99999999999
  480.           9983383333333333333FB999999999999983383333333333333F3B9999999999
  481.           9933338333333333333333B99999999993333338333333333333333B99999999
  482.           333333338333333333333333B99999933333333338333333333333333BBBBB33
  483.           3333333333888883333333333333333333333333333333333333000000000000
  484.           0000000000000000000000000000000000000000}
  485.         Margin = 4
  486.         NumGlyphs = 2
  487.         Spacing = -1
  488.         IsControl = True
  489.       end
  490.       object PathName: TEdit
  491.         Left = 288
  492.         Top = 16
  493.         Width = 153
  494.         Height = 21
  495.         Font.Color = clBlack
  496.         Font.Height = -11
  497.         Font.Name = 'MS Sans Serif'
  498.         Font.Style = []
  499.         ParentFont = False
  500.         TabOrder = 11
  501.         OnChange = PathNameChange
  502.       end
  503.       object PathList: TListBox
  504.         Left = 8
  505.         Top = 64
  506.         Width = 162
  507.         Height = 153
  508.         Font.Color = clBlack
  509.         Font.Height = -11
  510.         Font.Name = 'MS Sans Serif'
  511.         Font.Style = []
  512.         ItemHeight = 13
  513.         ParentFont = False
  514.         Sorted = True
  515.         TabOrder = 12
  516.         OnClick = PathListClick
  517.         OnDblClick = PathListDblClick
  518.         OnMouseDown = PathListMouseDown
  519.       end
  520.       object NewBtn: TBitBtn
  521.         Left = 8
  522.         Top = 238
  523.         Width = 66
  524.         Height = 27
  525.         Caption = '&New'
  526.         Font.Color = clBlack
  527.         Font.Height = -11
  528.         Font.Name = 'MS Sans Serif'
  529.         Font.Style = []
  530.         ParentFont = False
  531.         TabOrder = 13
  532.         OnClick = NewBtnClick
  533.         Margin = 2
  534.         NumGlyphs = 2
  535.         Spacing = -1
  536.         IsControl = True
  537.       end
  538.       object CopyBtn: TBitBtn
  539.         Left = 76
  540.         Top = 238
  541.         Width = 66
  542.         Height = 27
  543.         Caption = '&Copy'
  544.         Font.Color = clBlack
  545.         Font.Height = -11
  546.         Font.Name = 'MS Sans Serif'
  547.         Font.Style = []
  548.         ParentFont = False
  549.         TabOrder = 14
  550.         OnClick = CopyBtnClick
  551.         Glyph.Data = {
  552.           56070000424D5607000000000000360400002800000028000000140000000100
  553.           0800000000002003000000000000000000000000000000000000000000000000
  554.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  555.           A600000000000000000000000000000000000000000000000000000000000000
  556.           0000000000000000000000000000000000000000000000000000000000000000
  557.           0000000000000000000000000000000000000000000000000000000000000000
  558.           0000000000000000000000000000000000000000000000000000000000000000
  559.           0000000000000000000000000000000000000000000000000000000000000000
  560.           0000000000000000000000000000000000000000000000000000000000000000
  561.           0000000000000000000000000000000000000000000000000000000000000000
  562.           0000000000000000000000000000000000000000000000000000000000000000
  563.           0000000000000000000000000000000000000000000000000000000000000000
  564.           0000000000000000000000000000000000000000000000000000000000000000
  565.           0000000000000000000000000000000000000000000000000000000000000000
  566.           0000000000000000000000000000000000000000000000000000000000000000
  567.           0000000000000000000000000000000000000000000000000000000000000000
  568.           0000000000000000000000000000000000000000000000000000000000000000
  569.           0000000000000000000000000000000000000000000000000000000000000000
  570.           0000000000000000000000000000000000000000000000000000000000000000
  571.           0000000000000000000000000000000000000000000000000000000000000000
  572.           0000000000000000000000000000000000000000000000000000000000000000
  573.           0000000000000000000000000000000000000000000000000000000000000000
  574.           0000000000000000000000000000000000000000000000000000000000000000
  575.           0000000000000000000000000000000000000000000000000000000000000000
  576.           0000000000000000000000000000000000000000000000000000000000000000
  577.           0000000000000000000000000000000000000000000000000000000000000000
  578.           0000000000000000000000000000000000000000000000000000000000000000
  579.           0000000000000000000000000000000000000000000000000000000000000000
  580.           0000000000000000000000000000000000000000000000000000000000000000
  581.           0000000000000000000000000000000000000000000000000000000000000000
  582.           0000000000000000000000000000000000000000000000000000000000000000
  583.           0000000000000000000000000000000000000000000000000000000000000000
  584.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  585.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  586.           03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  587.           0303030303030303030000000000000000000003030303030303030303F8F8F8
  588.           F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  589.           0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  590.           FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  591.           0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  592.           03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  593.           FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  594.           F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  595.           FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  596.           FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  597.           0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  598.           0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  599.           F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  600.           0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  601.           FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  602.           0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  603.           03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  604.           F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  605.           0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  606.           FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  607.           030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  608.           0303030303030303030303030303030303030303030303030303030303030303
  609.           0303030303030303030303030303030303030303030303030303030303030303
  610.           0303030303030303030303030303030303030303030303030303}
  611.         Margin = 2
  612.         NumGlyphs = 2
  613.         Spacing = -1
  614.         IsControl = True
  615.       end
  616.       object DelBtn: TBitBtn
  617.         Left = 144
  618.         Top = 238
  619.         Width = 27
  620.         Height = 27
  621.         Hint = 'Delete path|'
  622.         TabOrder = 15
  623.         OnClick = DelBtnClick
  624.         NumGlyphs = 2
  625.         Spacing = -1
  626.         IsControl = True
  627.       end
  628.     end
  629.     object TTabPage
  630.       Left = 4
  631.       Top = 24
  632.       Caption = 'Settings'
  633.       object Label7: TLabel
  634.         Left = 88
  635.         Top = 16
  636.         Width = 212
  637.         Height = 13
  638.         Caption = 'This character is used to prefix speedwalking'
  639.         Font.Color = clBlack
  640.         Font.Height = -11
  641.         Font.Name = 'MS Sans Serif'
  642.         Font.Style = []
  643.         ParentFont = False
  644.       end
  645.       object Sample: TLabel
  646.         Left = 88
  647.         Top = 30
  648.         Width = 64
  649.         Height = 13
  650.         Caption = 'e.g.  .3ns2wu'
  651.         Font.Color = clBlack
  652.         Font.Height = -11
  653.         Font.Name = 'MS Sans Serif'
  654.         Font.Style = []
  655.         ParentFont = False
  656.       end
  657.       object Label8: TLabel
  658.         Left = 88
  659.         Top = 64
  660.         Width = 126
  661.         Height = 13
  662.         Caption = 'Slow Walking settings'
  663.       end
  664.       object Bevel1: TBevel
  665.         Left = 216
  666.         Top = 71
  667.         Width = 121
  668.         Height = 9
  669.         Shape = bsTopLine
  670.       end
  671.       object Label74: TLabel
  672.         Left = 88
  673.         Top = 106
  674.         Width = 144
  675.         Height = 13
  676.         Caption = 'Timeout value (1000 = 1 sec) :'
  677.         Font.Color = clWindowText
  678.         Font.Height = -11
  679.         Font.Name = 'MS Sans Serif'
  680.         Font.Style = []
  681.         ParentFont = False
  682.       end
  683.       object Label73: TLabel
  684.         Left = 88
  685.         Top = 134
  686.         Width = 195
  687.         Height = 13
  688.         Caption = 'Strings to determine successful slow walk'
  689.         Font.Color = clWindowText
  690.         Font.Height = -11
  691.         Font.Name = 'MS Sans Serif'
  692.         Font.Style = []
  693.         ParentFont = False
  694.       end
  695.       object MoveChar: TEdit
  696.         Left = 310
  697.         Top = 20
  698.         Width = 25
  699.         Height = 21
  700.         Font.Color = clWindowText
  701.         Font.Height = -11
  702.         Font.Name = 'Courier'
  703.         Font.Style = []
  704.         MaxLength = 1
  705.         ParentFont = False
  706.         TabOrder = 0
  707.         Text = 'MoveChar'
  708.         OnChange = MoveCharChange
  709.       end
  710.       object SlowTimeout: TCheckBox
  711.         Left = 86
  712.         Top = 88
  713.         Width = 121
  714.         Height = 17
  715.         Alignment = taLeftJustify
  716.         Caption = 'Timeout aborts walk'
  717.         Font.Color = clWindowText
  718.         Font.Height = -11
  719.         Font.Name = 'MS Sans Serif'
  720.         Font.Style = []
  721.         ParentFont = False
  722.         TabOrder = 1
  723.       end
  724.       object SlowTime: TEdit
  725.         Left = 240
  726.         Top = 104
  727.         Width = 57
  728.         Height = 21
  729.         Font.Color = clWindowText
  730.         Font.Height = -11
  731.         Font.Name = 'MS Sans Serif'
  732.         Font.Style = []
  733.         ParentFont = False
  734.         TabOrder = 2
  735.         Text = 'SlowTime'
  736.       end
  737.       object SlowList: TStringGrid
  738.         Left = 88
  739.         Top = 152
  740.         Width = 209
  741.         Height = 91
  742.         ColCount = 1
  743.         DefaultRowHeight = 17
  744.         FixedCols = 0
  745.         RowCount = 32
  746.         FixedRows = 0
  747.         Font.Color = clBlack
  748.         Font.Height = -11
  749.         Font.Name = 'MS Sans Serif'
  750.         Font.Style = []
  751.         Options = [goEditing]
  752.         ParentFont = False
  753.         ScrollBars = ssVertical
  754.         TabOrder = 3
  755.         ColWidths = (
  756.           208)
  757.       end
  758.     end
  759.     object TTabPage
  760.       Left = 4
  761.       Top = 24
  762.       Caption = 'Directions'
  763.       object Label9: TLabel
  764.         Left = 8
  765.         Top = 16
  766.         Width = 103
  767.         Height = 13
  768.         Caption = 'Stored Directions:'
  769.         Font.Color = clBlack
  770.         Font.Height = -11
  771.         Font.Name = 'MS Sans Serif'
  772.         Font.Style = [fsBold]
  773.         ParentFont = False
  774.       end
  775.       object Label10: TLabel
  776.         Left = 8
  777.         Top = 32
  778.         Width = 167
  779.         Height = 13
  780.         Caption = 'Click on a direction in this list to edit'
  781.         Font.Color = clBlack
  782.         Font.Height = -11
  783.         Font.Name = 'MS Sans Serif'
  784.         Font.Style = []
  785.         ParentFont = False
  786.       end
  787.       object Image2: TImage
  788.         Left = 192
  789.         Top = 8
  790.         Width = 32
  791.         Height = 32
  792.         AutoSize = True
  793.       end
  794.       object Bevel3: TBevel
  795.         Left = 184
  796.         Top = 8
  797.         Width = 9
  798.         Height = 241
  799.         Shape = bsLeftLine
  800.       end
  801.       object Label11: TLabel
  802.         Left = 224
  803.         Top = 16
  804.         Width = 222
  805.         Height = 13
  806.         Caption = 'Directions assign MUD commands to the single'
  807.         Font.Color = clBlack
  808.         Font.Height = -11
  809.         Font.Name = 'MS Sans Serif'
  810.         Font.Style = []
  811.         ParentFont = False
  812.       end
  813.       object Label12: TLabel
  814.         Left = 224
  815.         Top = 30
  816.         Width = 182
  817.         Height = 13
  818.         Caption = 'character codes used in speedwalking'
  819.         Font.Color = clBlack
  820.         Font.Height = -11
  821.         Font.Name = 'MS Sans Serif'
  822.         Font.Style = []
  823.         ParentFont = False
  824.       end
  825.       object Label13: TLabel
  826.         Left = 224
  827.         Top = 54
  828.         Width = 214
  829.         Height = 13
  830.         Caption = 'Each direction needs a single character code'
  831.         Font.Color = clBlack
  832.         Font.Height = -11
  833.         Font.Name = 'MS Sans Serif'
  834.         Font.Style = []
  835.         ParentFont = False
  836.       end
  837.       object Label14: TLabel
  838.         Left = 240
  839.         Top = 68
  840.         Width = 198
  841.         Height = 13
  842.         Caption = 'along with a code for the reverse direction'
  843.         Font.Color = clBlack
  844.         Font.Height = -11
  845.         Font.Name = 'MS Sans Serif'
  846.         Font.Style = []
  847.         ParentFont = False
  848.       end
  849.       object Label15: TLabel
  850.         Left = 224
  851.         Top = 84
  852.         Width = 215
  853.         Height = 13
  854.         Caption = 'and a list of MUD commands used to activate'
  855.         Font.Color = clBlack
  856.         Font.Height = -11
  857.         Font.Name = 'MS Sans Serif'
  858.         Font.Style = []
  859.         ParentFont = False
  860.       end
  861.       object Label16: TLabel
  862.         Left = 240
  863.         Top = 98
  864.         Width = 184
  865.         Height = 13
  866.         Caption = 'the direction seperated by a | character'
  867.         Font.Color = clBlack
  868.         Font.Height = -11
  869.         Font.Name = 'MS Sans Serif'
  870.         Font.Style = []
  871.         ParentFont = False
  872.       end
  873.       object AliasText: TLabel
  874.         Left = 193
  875.         Top = 130
  876.         Width = 72
  877.         Height = 13
  878.         Caption = 'Direction code:'
  879.         Font.Color = clBlack
  880.         Font.Height = -11
  881.         Font.Name = 'MS Sans Serif'
  882.         Font.Style = []
  883.         ParentFont = False
  884.       end
  885.       object ComText: TLabel
  886.         Left = 193
  887.         Top = 178
  888.         Width = 55
  889.         Height = 13
  890.         Caption = 'Commands:'
  891.         Font.Color = clBlack
  892.         Font.Height = -11
  893.         Font.Name = 'MS Sans Serif'
  894.         Font.Style = []
  895.         ParentFont = False
  896.       end
  897.       object Label17: TLabel
  898.         Left = 193
  899.         Top = 154
  900.         Width = 70
  901.         Height = 13
  902.         Caption = 'Reverse code:'
  903.         Font.Color = clBlack
  904.         Font.Height = -11
  905.         Font.Name = 'MS Sans Serif'
  906.         Font.Style = []
  907.         ParentFont = False
  908.       end
  909.       object InhDir: TLabel
  910.         Left = 192
  911.         Top = 232
  912.         Width = 188
  913.         Height = 13
  914.         Caption = 'Inherited from parent settings file'
  915.         Font.Color = clRed
  916.         Font.Height = -11
  917.         Font.Name = 'MS Sans Serif'
  918.         Font.Style = [fsBold]
  919.         ParentFont = False
  920.         Visible = False
  921.       end
  922.       object Label18: TLabel
  923.         Left = 193
  924.         Top = 202
  925.         Width = 67
  926.         Height = 13
  927.         Caption = 'Map direction:'
  928.         Font.Color = clBlack
  929.         Font.Height = -11
  930.         Font.Name = 'MS Sans Serif'
  931.         Font.Style = []
  932.         ParentFont = False
  933.       end
  934.       object DirList: TListBox
  935.         Left = 8
  936.         Top = 48
  937.         Width = 162
  938.         Height = 169
  939.         Font.Color = clBlack
  940.         Font.Height = -11
  941.         Font.Name = 'MS Sans Serif'
  942.         Font.Style = []
  943.         ItemHeight = 13
  944.         ParentFont = False
  945.         Sorted = True
  946.         TabOrder = 0
  947.         OnClick = DirListClick
  948.         OnMouseDown = DirListMouseDown
  949.       end
  950.       object NewDirBtn: TBitBtn
  951.         Left = 8
  952.         Top = 222
  953.         Width = 66
  954.         Height = 27
  955.         Caption = '&New'
  956.         Font.Color = clBlack
  957.         Font.Height = -11
  958.         Font.Name = 'MS Sans Serif'
  959.         Font.Style = []
  960.         ParentFont = False
  961.         TabOrder = 4
  962.         OnClick = NewDirBtnClick
  963.         Margin = 2
  964.         NumGlyphs = 2
  965.         Spacing = -1
  966.         IsControl = True
  967.       end
  968.       object DirChar: TEdit
  969.         Left = 272
  970.         Top = 128
  971.         Width = 25
  972.         Height = 21
  973.         Font.Color = clBlack
  974.         Font.Height = -11
  975.         Font.Name = 'MS Sans Serif'
  976.         Font.Style = []
  977.         MaxLength = 1
  978.         ParentFont = False
  979.         TabOrder = 1
  980.         Text = 'DirChar'
  981.         OnChange = DirCharChange
  982.       end
  983.       object DirStr: TEdit
  984.         Left = 272
  985.         Top = 176
  986.         Width = 169
  987.         Height = 21
  988.         Font.Color = clBlack
  989.         Font.Height = -11
  990.         Font.Name = 'MS Sans Serif'
  991.         Font.Style = []
  992.         ParentFont = False
  993.         TabOrder = 3
  994.         Text = 'DirStr'
  995.         OnChange = RevCharChange
  996.       end
  997.       object RevChar: TEdit
  998.         Left = 272
  999.         Top = 152
  1000.         Width = 25
  1001.         Height = 21
  1002.         Font.Color = clBlack
  1003.         Font.Height = -11
  1004.         Font.Name = 'MS Sans Serif'
  1005.         Font.Style = []
  1006.         MaxLength = 1
  1007.         ParentFont = False
  1008.         TabOrder = 2
  1009.         Text = 'RevChar'
  1010.         OnChange = RevCharChange
  1011.       end
  1012.       object CopyDirBtn: TBitBtn
  1013.         Left = 76
  1014.         Top = 222
  1015.         Width = 66
  1016.         Height = 27
  1017.         Caption = '&Copy'
  1018.         Font.Color = clBlack
  1019.         Font.Height = -11
  1020.         Font.Name = 'MS Sans Serif'
  1021.         Font.Style = []
  1022.         ParentFont = False
  1023.         TabOrder = 5
  1024.         OnClick = CopyDirBtnClick
  1025.         Glyph.Data = {
  1026.           56070000424D5607000000000000360400002800000028000000140000000100
  1027.           0800000000002003000000000000000000000000000000000000000000000000
  1028.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1029.           A600000000000000000000000000000000000000000000000000000000000000
  1030.           0000000000000000000000000000000000000000000000000000000000000000
  1031.           0000000000000000000000000000000000000000000000000000000000000000
  1032.           0000000000000000000000000000000000000000000000000000000000000000
  1033.           0000000000000000000000000000000000000000000000000000000000000000
  1034.           0000000000000000000000000000000000000000000000000000000000000000
  1035.           0000000000000000000000000000000000000000000000000000000000000000
  1036.           0000000000000000000000000000000000000000000000000000000000000000
  1037.           0000000000000000000000000000000000000000000000000000000000000000
  1038.           0000000000000000000000000000000000000000000000000000000000000000
  1039.           0000000000000000000000000000000000000000000000000000000000000000
  1040.           0000000000000000000000000000000000000000000000000000000000000000
  1041.           0000000000000000000000000000000000000000000000000000000000000000
  1042.           0000000000000000000000000000000000000000000000000000000000000000
  1043.           0000000000000000000000000000000000000000000000000000000000000000
  1044.           0000000000000000000000000000000000000000000000000000000000000000
  1045.           0000000000000000000000000000000000000000000000000000000000000000
  1046.           0000000000000000000000000000000000000000000000000000000000000000
  1047.           0000000000000000000000000000000000000000000000000000000000000000
  1048.           0000000000000000000000000000000000000000000000000000000000000000
  1049.           0000000000000000000000000000000000000000000000000000000000000000
  1050.           0000000000000000000000000000000000000000000000000000000000000000
  1051.           0000000000000000000000000000000000000000000000000000000000000000
  1052.           0000000000000000000000000000000000000000000000000000000000000000
  1053.           0000000000000000000000000000000000000000000000000000000000000000
  1054.           0000000000000000000000000000000000000000000000000000000000000000
  1055.           0000000000000000000000000000000000000000000000000000000000000000
  1056.           0000000000000000000000000000000000000000000000000000000000000000
  1057.           0000000000000000000000000000000000000000000000000000000000000000
  1058.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1059.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1060.           03030303030303030303030303030303030303030303FFFFFFFFFFFFFFFFFFFF
  1061.           0303030303030303030000000000000000000003030303030303030303F8F8F8
  1062.           F8F8F8F8F8F8F8FF03030303030303030300FFFFFFFFFFFFFFFF000303030303
  1063.           0303030303F8FF03030303030303F8FF03030303030303030300FBFFFBFFFBFF
  1064.           FBFF0003030303030303030303F8FF03FFFFFFFFFFFFF8FF0303030303030303
  1065.           0300FFF8F8F8F8F8F8FF0003030303030303030303F8FFF8F8F8F8F8F803F8FF
  1066.           03030303030303030300FBFFFBFFFBFFFBFF00030303030303FFFFFFFFF8FF03
  1067.           FFFFFFFFFFFFF8FF03030303000000000000FFF8F8F8F8F8F8FF000303030303
  1068.           F8F8F8F8F8F8FFF8F8F8F8F8F803F8FF0303030300FFFFFFFF00FBFFFBFFFBFF
  1069.           FBFF000303030303F8FF030303F8FF03FFFFFFFFFFFFF8FF0303030300FFFFFF
  1070.           FF00FFF8F8F8F8F8F8FF000303030303F8FF030303F8FFF8F8F8F8F8F803F8FF
  1071.           0303030300FF07070700FBFFFBFFFBFFFBFF000303030303F8FF030303F8FF03
  1072.           0303030303FFF8FF0303030300FFFFFFFF00FFFFFFFFFFFF0000000303030303
  1073.           F8FF030303F8FF0303030303F8F8F8030303030300FF07070700FBFFFBFFFBFF
  1074.           0000030303030303F8FF030303F8FFFFFFFFFFFFF8F803030303030300FFFFFF
  1075.           FF000000000000000003030303030303F8FF030303F8F8F8F8F8F8F8F8030303
  1076.           0303030300FF070707070707FF0003030303030303030303F8FF030303030303
  1077.           03F8FF03030303030303030300FFFFFFFFFFFFFFFF0003030303030303030303
  1078.           F8FF030303030303FFF8FF03030303030303030300FFFFFFFFFFFF0000000303
  1079.           0303030303030303F8FF0303030303F8F8F80303030303030303030300FFFFFF
  1080.           FFFFFF00000303030303030303030303F8FFFFFFFFFFFFF8F803030303030303
  1081.           030303030000000000000000030303030303030303030303F8F8F8F8F8F8F8F8
  1082.           0303030303030303030303030303030303030303030303030303030303030303
  1083.           0303030303030303030303030303030303030303030303030303030303030303
  1084.           0303030303030303030303030303030303030303030303030303}
  1085.         Margin = 2
  1086.         NumGlyphs = 2
  1087.         Spacing = -1
  1088.         IsControl = True
  1089.       end
  1090.       object DelDirBtn: TBitBtn
  1091.         Left = 144
  1092.         Top = 222
  1093.         Width = 27
  1094.         Height = 27
  1095.         Hint = 'Delete direction|'
  1096.         TabOrder = 6
  1097.         OnClick = DelDirBtnClick
  1098.         NumGlyphs = 2
  1099.         Spacing = -1
  1100.         IsControl = True
  1101.       end
  1102.       object MapDir: TComboBox
  1103.         Left = 272
  1104.         Top = 200
  1105.         Width = 169
  1106.         Height = 21
  1107.         DropDownCount = 11
  1108.         Font.Color = clBlack
  1109.         Font.Height = -11
  1110.         Font.Name = 'MS Sans Serif'
  1111.         Font.Style = []
  1112.         ItemHeight = 13
  1113.         Items.Strings = (
  1114.           'North'
  1115.           'Northeast'
  1116.           'East'
  1117.           'Southeast'
  1118.           'South'
  1119.           'Southwest'
  1120.           'West'
  1121.           'Northwest'
  1122.           'Up'
  1123.           'Down'
  1124.           'None')
  1125.         ParentFont = False
  1126.         TabOrder = 7
  1127.       end
  1128.     end
  1129.   end
  1130.   object Panel1: TPanel
  1131.     Left = 0
  1132.     Top = 0
  1133.     Width = 466
  1134.     Height = 22
  1135.     Align = alTop
  1136.     BevelOuter = bvNone
  1137.     Caption = 'Panel1'
  1138.     TabOrder = 1
  1139.     object Panel2: TPanel
  1140.       Left = 0
  1141.       Top = 0
  1142.       Width = 23
  1143.       Height = 22
  1144.       Align = alLeft
  1145.       BevelOuter = bvNone
  1146.       TabOrder = 0
  1147.       object TopBtn: TSpeedButton
  1148.         Left = 0
  1149.         Top = 0
  1150.         Width = 22
  1151.         Height = 22
  1152.         Hint = 'Keep on top|'
  1153.         AllowAllUp = True
  1154.         GroupIndex = 1
  1155.         NumGlyphs = 2
  1156.         OnClick = TopBtnClick
  1157.       end
  1158.     end
  1159.     object Panel3: TPanel
  1160.       Left = 23
  1161.       Top = 0
  1162.       Width = 443
  1163.       Height = 22
  1164.       Align = alClient
  1165.       TabOrder = 1
  1166.       object WalkBtn: TPanel
  1167.         Left = 338
  1168.         Top = 1
  1169.         Width = 88
  1170.         Height = 20
  1171.         Align = alLeft
  1172.         Alignment = taLeftJustify
  1173.         BevelOuter = bvNone
  1174.         Caption = 'Speed&walking'
  1175.         Font.Color = clBlack
  1176.         Font.Height = -11
  1177.         Font.Name = 'MS Sans Serif'
  1178.         Font.Style = []
  1179.         ParentFont = False
  1180.         TabOrder = 0
  1181.         OnClick = WalkBtnClick
  1182.       end
  1183.       object TrigBtn: TPanel
  1184.         Left = 274
  1185.         Top = 1
  1186.         Width = 64
  1187.         Height = 20
  1188.         Align = alLeft
  1189.         Alignment = taLeftJustify
  1190.         BevelOuter = bvNone
  1191.         Caption = '&Triggers'
  1192.         Font.Color = clBlack
  1193.         Font.Height = -11
  1194.         Font.Name = 'MS Sans Serif'
  1195.         Font.Style = []
  1196.         ParentFont = False
  1197.         TabOrder = 1
  1198.         OnClick = TrigBtnClick
  1199.       end
  1200.       object ButBtn: TPanel
  1201.         Left = 210
  1202.         Top = 1
  1203.         Width = 64
  1204.         Height = 20
  1205.         Align = alLeft
  1206.         Alignment = taLeftJustify
  1207.         BevelOuter = bvNone
  1208.         Caption = '&Buttons'
  1209.         Font.Color = clBlack
  1210.         Font.Height = -11
  1211.         Font.Name = 'MS Sans Serif'
  1212.         Font.Style = []
  1213.         ParentFont = False
  1214.         TabOrder = 2
  1215.         OnClick = ButBtnClick
  1216.       end
  1217.       object VarBtn: TPanel
  1218.         Left = 82
  1219.         Top = 1
  1220.         Width = 64
  1221.         Height = 20
  1222.         Align = alLeft
  1223.         Alignment = taLeftJustify
  1224.         BevelOuter = bvNone
  1225.         Caption = '&Variables'
  1226.         Font.Color = clBlack
  1227.         Font.Height = -11
  1228.         Font.Name = 'MS Sans Serif'
  1229.         Font.Style = []
  1230.         ParentFont = False
  1231.         TabOrder = 3
  1232.         OnClick = VarBtnClick
  1233.       end
  1234.       object Panel7: TPanel
  1235.         Left = 18
  1236.         Top = 1
  1237.         Width = 64
  1238.         Height = 20
  1239.         Align = alLeft
  1240.         Alignment = taLeftJustify
  1241.         BevelOuter = bvNone
  1242.         Caption = '&Aliases'
  1243.         Font.Color = clBlack
  1244.         Font.Height = -11
  1245.         Font.Name = 'MS Sans Serif'
  1246.         Font.Style = []
  1247.         ParentFont = False
  1248.         TabOrder = 4
  1249.         OnClick = AliasBtnClick
  1250.       end
  1251.       object Panel4: TPanel
  1252.         Left = 1
  1253.         Top = 1
  1254.         Width = 17
  1255.         Height = 20
  1256.         Align = alLeft
  1257.         BevelOuter = bvNone
  1258.         TabOrder = 5
  1259.       end
  1260.       object Panel5: TPanel
  1261.         Left = 146
  1262.         Top = 1
  1263.         Width = 64
  1264.         Height = 20
  1265.         Align = alLeft
  1266.         Alignment = taLeftJustify
  1267.         BevelOuter = bvNone
  1268.         Caption = '&Macros'
  1269.         Font.Color = clBlack
  1270.         Font.Height = -11
  1271.         Font.Name = 'MS Sans Serif'
  1272.         Font.Style = []
  1273.         ParentFont = False
  1274.         TabOrder = 6
  1275.         OnClick = MacroBtnClick
  1276.       end
  1277.     end
  1278.   end
  1279.   object OKBtn: TBitBtn
  1280.     Left = 200
  1281.     Top = 328
  1282.     Width = 81
  1283.     Height = 27
  1284.     Caption = 'OK'
  1285.     Default = True
  1286.     Font.Color = clBlack
  1287.     Font.Height = -11
  1288.     Font.Name = 'MS Sans Serif'
  1289.     Font.Style = []
  1290.     ModalResult = 1
  1291.     ParentFont = False
  1292.     TabOrder = 2
  1293.     OnClick = OKBtnClick
  1294.     Margin = 4
  1295.     NumGlyphs = 2
  1296.     Spacing = -1
  1297.     IsControl = True
  1298.   end
  1299.   object CancelBtn: TBitBtn
  1300.     Left = 288
  1301.     Top = 328
  1302.     Width = 81
  1303.     Height = 27
  1304.     Cancel = True
  1305.     Caption = 'Cancel'
  1306.     Font.Color = clBlack
  1307.     Font.Height = -11
  1308.     Font.Name = 'MS Sans Serif'
  1309.     Font.Style = []
  1310.     ModalResult = 2
  1311.     ParentFont = False
  1312.     TabOrder = 3
  1313.     OnClick = CancelBtnClick
  1314.     Margin = 4
  1315.     NumGlyphs = 2
  1316.     Spacing = -1
  1317.     IsControl = True
  1318.   end
  1319.   object HelpBtn: TBitBtn
  1320.     Left = 376
  1321.     Top = 328
  1322.     Width = 81
  1323.     Height = 27
  1324.     HelpContext = 130
  1325.     Font.Color = clBlack
  1326.     Font.Height = -11
  1327.     Font.Name = 'MS Sans Serif'
  1328.     Font.Style = []
  1329.     ParentFont = False
  1330.     TabOrder = 4
  1331.     OnClick = ReverseBtnClick
  1332.     Kind = bkHelp
  1333.     Margin = 4
  1334.     Spacing = -1
  1335.     IsControl = True
  1336.   end
  1337.   object PopupMenu1: TPopupMenu
  1338.     Left = 8
  1339.     Top = 328
  1340.     object FastWalk1: TMenuItem
  1341.       Caption = 'Fast Walk'
  1342.       ShortCut = 0
  1343.       OnClick = PathListDblClick
  1344.     end
  1345.     object Reverse1: TMenuItem
  1346.       Caption = 'Reverse'
  1347.       ShortCut = 0
  1348.       OnClick = ReverseBtnClick
  1349.     end
  1350.     object SlowWalk1: TMenuItem
  1351.       Caption = 'Slow Walk'
  1352.       ShortCut = 0
  1353.       OnClick = SlowBtnClick
  1354.     end
  1355.     object N1: TMenuItem
  1356.       Caption = '-'
  1357.       ShortCut = 0
  1358.     end
  1359.     object New1: TMenuItem
  1360.       Caption = 'New'
  1361.       ShortCut = 0
  1362.       OnClick = NewBtnClick
  1363.     end
  1364.     object Copy1: TMenuItem
  1365.       Caption = 'Copy'
  1366.       ShortCut = 0
  1367.       OnClick = CopyBtnClick
  1368.     end
  1369.     object Delete1: TMenuItem
  1370.       Caption = 'Delete'
  1371.       ShortCut = 0
  1372.       OnClick = DelBtnClick
  1373.     end
  1374.   end
  1375.   object PopupMenu2: TPopupMenu
  1376.     Left = 40
  1377.     Top = 328
  1378.     object MenuItem3: TMenuItem
  1379.       Caption = 'New'
  1380.       ShortCut = 0
  1381.       OnClick = NewDirBtnClick
  1382.     end
  1383.     object MenuItem4: TMenuItem
  1384.       Caption = 'Copy'
  1385.       ShortCut = 0
  1386.       OnClick = CopyDirBtnClick
  1387.     end
  1388.     object MenuItem5: TMenuItem
  1389.       Caption = 'Delete'
  1390.       ShortCut = 0
  1391.       OnClick = DelDirBtnClick
  1392.     end
  1393.   end
  1394. end
  1395.